home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / music / esbk110.arj / MAKEFILE < prev    next >
Text File  |  1994-12-16  |  190b  |  13 lines

  1. CFLAGS = -c /ALw /G2w /W3
  2. LFLAGS =
  3.  
  4. reverse.dll: main.obj
  5.    link $(LFLAGS) main, reverse.dll /align:16,,/NOD libw mdllcew,reverse;
  6.  
  7. main.obj: main.c
  8.    cl $(CFLAGS) main.c
  9.  
  10.  
  11.  
  12.  
  13.